home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if (the visible of sprite 4 = 1) or (the visible of sprite 5 = 1) then
- set the visible of sprite 22 to 0
- else
- set the visible of sprite 22 to 1
- end if
- if the visible of sprite 5 = 1 then
- if rollOver(9) then
- set the visible of sprite 8 to 1
- else
- if the visible of sprite 8 = 1 then
- set the visible of sprite 8 to 0
- else
- set the visible of sprite 8 to 1
- end if
- end if
- end if
- if the mouseCast = 88 then
- go("naveg")
- end if
- if rollOver(6) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 0
- else
- if rollOver(7) then
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 1
- else
- if the visible of sprite 4 = 1 then
- nothing()
- else
- if the visible of sprite 5 = 1 then
- nothing()
- else
- if the visible of sprite 2 = 0 then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 0
- else
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 1
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-